rpms/notification-daemon-engine-nodoka/devel notification-daemon-engine-nodoka.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Martin Sourada (mso) fedora-extras-commits at redhat.com
Sat May 17 23:02:32 UTC 2008


Author: mso

Update of /cvs/extras/rpms/notification-daemon-engine-nodoka/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24447/devel

Modified Files:
	.cvsignore sources 
Added Files:
	notification-daemon-engine-nodoka.spec 
Log Message:


Initial import (rhbz #533611).




--- NEW FILE notification-daemon-engine-nodoka.spec ---
Name:           notification-daemon-engine-nodoka
Version:        0.1.0
Release:        2%{?dist}
Summary:        The Nodoka theme engine for the notification daemon

Group:          System Environment/Libraries 
License:        GPLv3+
URL:            https://nodoka.fedorahosted.org/
Source0:        https://fedorahosted.org/releases/n/o/nodoka/notification-daemon-engine-nodoka-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsexy-devel
BuildRequires:  libxml2-devel
Requires:       notification-daemon

%description
The Nodoka theme engine for the notification daemon.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

#remove .la files
find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING Credits NEWS README
%{_libdir}/notification-daemon-1.0/engines/libnodoka.so

%changelog
* Fri May 16 2008 Martin Sourada <martin.sourada at gmail.com> - 0.1.0-2
- Add BR: libxml2-devel, see #446842

* Sun Apr 20 2008 Martin Sourada <martin.sourada at gmail.com> - 0.1.0-1
- Initial RPM package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notification-daemon-engine-nodoka/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2008 20:36:43 -0000	1.1
+++ .cvsignore	17 May 2008 23:01:38 -0000	1.2
@@ -0,0 +1 @@
+notification-daemon-engine-nodoka-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notification-daemon-engine-nodoka/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2008 20:36:43 -0000	1.1
+++ sources	17 May 2008 23:01:38 -0000	1.2
@@ -0,0 +1 @@
+ba207b7bf7f980b17fca7d18abced652  notification-daemon-engine-nodoka-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list