rpms/kio_p7zip/FC-6 kio_p7zip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kelly Miller (nixaff4) fedora-extras-commits at redhat.com
Thu May 17 19:42:09 UTC 2007


Author: nixaff4

Update of /cvs/extras/rpms/kio_p7zip/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12473/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	kio_p7zip.spec 
Log Message:
Initial entry.



--- NEW FILE kio_p7zip.spec ---
Name:           kio_p7zip
Version:        0.3.1
Release:        3%{?dist}
Summary:        Kio-slave for 7Zip archives

Group:          User Interface/Desktops
License:        GPL
URL:            http://www.kde-apps.org/content/show.php/kio_p7zip?content=17829
Source0:        http://www.kde-apps.org/CONTENT/content-files/17829-kio_p7zip-0.3.1.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs-devel
Requires:       p7zip


%description
This is a kioslave for KDE to handle 7zip files.


%prep
%setup -q


%build
%configure --disable-rpath \
   --enable-new-ldflags \
   --enable-final
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# x-7z.desktop is already provided by kdelibs, which this package depends on.  Not entirely sure why upstream even bothers to install it.
rm $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/x-7z.desktop

# Fix end-of-line-encoding
sed -i 's/\r//' ChangeLog
sed -i 's/\r//' README


%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_libdir}/kde3/*
%{_datadir}/services/kfile_7zip.desktop
%{_datadir}/services/p7zip.protocol


%changelog
* Tue May 1 2007 Kelly Miller <lightsolphoenix at gmail.com> 0.3.1-3
- Removed the line getting rid of unnecessary .la files, as they may be necessary after all.

* Mon Apr 30 2007 Kelly Miller <lightsolphoenix at gmail.com> 0.3.1-2
- Added sed lines to fix rpmlint complaint about non-UNIX end-of-lines in ChangeLog and README.
- Added extra remove line to get rid of unnecessary .la files.
- Added in some whitespace and comments to make the spec file easier to follow.

* Mon Apr 30 2007 Kelly Miller <lightsolphoenix at gmail.com> 0.3.1-1
- Adjusted version number to comply with Fedora package standards.

* Sun Apr 29 2007 Kelly Miller <lightsolphoenix at gmail.com> 0.3.1-0.nixa.1
- Initial RPM release

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kio_p7zip/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2007 04:24:39 -0000	1.1
+++ .cvsignore	17 May 2007 19:41:35 -0000	1.2
@@ -0,0 +1 @@
+17829-kio_p7zip-0.3.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kio_p7zip/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2007 04:24:39 -0000	1.1
+++ sources	17 May 2007 19:41:35 -0000	1.2
@@ -0,0 +1 @@
+a88eedc539b01b737b6720ea4d6a9514  17829-kio_p7zip-0.3.1.tar.bz2




More information about the fedora-extras-commits mailing list