rpms/lineak-kdeplugins/devel lineak-kdeplugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Petersen (xris) fedora-extras-commits at redhat.com
Sat Jun 3 09:27:29 UTC 2006


Author: xris

Update of /cvs/extras/rpms/lineak-kdeplugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18866/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lineak-kdeplugins.spec 
Log Message:
auto-import lineak-kdeplugins-0.9-1 on branch devel from lineak-kdeplugins-0.9-1.src.rpm


--- NEW FILE lineak-kdeplugins.spec ---
#
# Specfile for lineak_kdeplugins, KDE-specific actions for lineakd
#

Name:           lineak-kdeplugins
Version:        0.9
Release:        1%{?dist}
Summary:        KDE-specific plugins for the lineakd keyboard daemon

Group:          User Interface/Desktops
License:        GPL
URL:            http://lineak.sourceforge.net

################################################################################

Source:         http://dl.sourceforge.net/lineak/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

################################################################################

BuildRequires:  lineakd-devel      = %{version}
BuildRequires:  kdelibs-devel
BuildRequires:  libICE-devel
BuildRequires:  libSM-devel

Requires:       lineakd            = %{version}
Requires:       kdelibs

Obsoletes:      lineak_kdeplugins

################################################################################

%description
This package contains several KDE-specific plugins for lineakd, including
amarok, kmail and others.

################################################################################

%prep

%setup -q

# Replace static lib paths with %{_lib} so we build properly on x86_64
# systems, where the libs are actually in lib64.
#    if [ "%{_lib}" != "lib" ]; then
#        grep -rl /lib/   . | xargs sed -i -e 's,/lib/,/%{_lib}/,g'
#        grep -rl /lib$   . | xargs sed -i -e 's,/lib$,/%{_lib},'
#        grep -rl /lib\\$ . | xargs sed -i -e 's,/lib\$,/%{_lib},'
#        grep -rl '/lib ' . | xargs sed -i -e 's,/lib ,/%{_lib} ,g'
#    fi

################################################################################

%build

%configure --with-lineak-plugindir=%{_libdir}/lineakd/plugins

make %{?_smp_mflags}

################################################################################

%install

rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# Remove the libtool archive files
rm -f $RPM_BUILD_ROOT/%{_libdir}/lineakd/plugins/*.la

################################################################################

%clean

rm -rf $RPM_BUILD_ROOT

################################################################################

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_libdir}/lineakd/plugins/*
%{_mandir}/man[^3]/*

################################################################################

%changelog

* Thu May 25 2006   Chris Petersen <rpm at forevermore.net>                  0.9-1
- Preliminary build for 0.9
- Yay, no more underscores
- Seems that we don't need the lib64 sed stuff, either

* Tue May 23 2006   Chris Petersen <rpm at forevermore.net>                0.8.4-4
- Add BuildRequires

* Mon May 22 2006   Chris Petersen <rpm at forevermore.net>                0.8.4-3
- Rename package with - instead of _, despite upstream use of _
- Add Obsoletes and Provides for the underscore version of the name

* Fri May 20 2006   Chris Petersen <rpm at forevermore.net>                0.8.4-2
- Fix download link to point to direct download

* Thu May 11 2006   Chris Petersen <rpm at forevermore.net>                0.8.4-1
- Update spec to match fedora guidelines

* Mon Mar 14 2005   Chris Petersen <rpm at forevermore.net>
- Change lineakd required version from >= to =

* Wed Sep 15 2004   Chris Petersen <rpm at forevermore.net>
- Rework how files are picked, and add paths to allow the makeinstall macro to work

* Tue Mar 6  2004   Chris Petersen <rpm at forevermore.net>
- Updated spec file to a better template



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lineak-kdeplugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jun 2006 09:26:56 -0000	1.1
+++ .cvsignore	3 Jun 2006 09:27:29 -0000	1.2
@@ -0,0 +1 @@
+lineak-kdeplugins-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lineak-kdeplugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jun 2006 09:26:56 -0000	1.1
+++ sources	3 Jun 2006 09:27:29 -0000	1.2
@@ -0,0 +1 @@
+8046d3f2a199dc5745e512a2c1cff8ae  lineak-kdeplugins-0.9.tar.gz




More information about the fedora-extras-commits mailing list