rpms/kio_resources/devel kio_resources.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Mon Jan 1 17:37:59 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/kio_resources/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11502/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kio_resources.spec 
Log Message:
auto-import kio_resources-0.2-2 on branch devel from kio_resources-0.2-2.src.rpm


--- NEW FILE kio_resources.spec ---
Name:              kio_resources
Version:           0.2
Release:           2%{?dist}
Summary:           Provides the "resources" protocol for KDE

License:           LGPL
Group:             User Interface/Desktops
URL:               http://www.kde-look.org/content/show.php?content=26521

Source0:           http://www.kde-look.org/content/files/26521-kio_resources-0.2.tar.bz2

BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:     kdelibs-devel
Requires:          kdebase


%description
kio_resources provides the "resources" protocol for KDE.
It allows you to browse all installed files in the standard
search paths (generally .kde and /usr). The general format
of a resources URL is resources:/resource-type[/relative-path].
Thus, to view all wallpapers installed on your system, both in
your home directory and in the KDE installation path, you type
resources:/wallpaper. If you simply want to look through all
the available resource types, use resources:/.

%prep
%setup -q


%build
%configure \
   --enable-new-ldflags \
   --disable-debug      \
   --disable-warnings   \
   --disable-dependency-tracking \
   --enable-final
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING.LIB README TODO
%{_libdir}/kde3/kio_resources.so
%{_libdir}/kde3/kio_resources.la
%{_datadir}/services/resources.protocol


%Changelog
* Mon Jan 01 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.2-2
- Removed package name from summary
- Fixed description, since it was too long

* Sat Nov 04 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.2-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kio_resources/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jan 2007 17:35:44 -0000	1.1
+++ .cvsignore	1 Jan 2007 17:37:29 -0000	1.2
@@ -0,0 +1 @@
+26521-kio_resources-0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kio_resources/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jan 2007 17:35:44 -0000	1.1
+++ sources	1 Jan 2007 17:37:29 -0000	1.2
@@ -0,0 +1 @@
+63f99f1fe2c5974073e7a7a3538e2dd2  26521-kio_resources-0.2.tar.bz2




More information about the scm-commits mailing list