rpms/notify-sharp/devel import.log, NONE, 1.1 notify-sharp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Sat Oct 11 07:01:44 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/notify-sharp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26122/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log notify-sharp.spec 
Log Message:



--- NEW FILE import.log ---
notify-sharp-0_4_0-0_5_20080912svn_fc10:HEAD:notify-sharp-0.4.0-0.5.20080912svn.fc10.src.rpm:1223708047


--- NEW FILE notify-sharp.spec ---
%define svndate 20080912
%define debug_package %{nil}

Name:           notify-sharp
Version:        0.4.0
Release:        0.5.%{svndate}svn%{?dist}
Summary:        A C# implementation for Desktop Notifications

Group:          System Environment/Libraries
License:        MIT
URL:            http://trac.galago-project.org/wiki/DesktopNotifications
#svn checkout, revision 3017. To reproduce tarball:
#svn co -r 3017  http://svn.galago-project.org/trunk/notify-sharp notify-sharp-20080912 && tar -cvjf notify-sharp-20080912.tar.bz2 notify-sharp-20080912
Source0:        %{name}-%{svndate}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mono-devel, gtk-sharp2-devel, gnome-sharp-devel, ndesk-dbus-glib-devel
BuildRequires:  autoconf, automake, libtool

BuildRequires:  monodoc-devel
ExclusiveArch:  %ix86 x86_64 ppc ia64 armv4l sparc alpha      

%description
notify-sharp is a C# client implementation for Desktop Notifications,
i.e. notification-daemon. It is inspired by the libnotify API.

Desktop Notifications provide a standard way of doing passive pop-up
notifications on the Linux desktop. These are designed to notify the
user of something without interrupting their work with a dialog box
that they must close. Passive popups can automatically disappear after
a short period of time.

%package devel
Summary:        Development files for notify-sharp
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release} 
Requires:       pkgconfig

%description devel
Development files for notify-sharp

%package doc
Summary:        Documention files for notify-sharp
Group:          Documentation
Requires:       %{name} = %{version}-%{release} 
Requires:       monodoc

%description doc
Documentation files for notify-sharp

%prep
%setup -qn %{name}-%{svndate}

sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' notify-sharp.pc.in

%build
autoreconf --install
%configure
make

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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING NEWS README AUTHORS
%{_libdir}/mono/gac/notify-sharp/
%{_libdir}/mono/notify-sharp/notify-sharp.dll

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/notify-sharp.pc

%files doc
%defattr(-,root,root,-)
%{_libdir}/monodoc/sources/*

%changelog
* Tue Oct 9 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org - 0.4.0-0.5.20080912svn
- Fix doc package dependencies. 

* Wed Sep 24 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org - 0.4.0-0.4.20080912svn
- Replace with simple sed line in spec
- Build documentation, add monodoc dependencies.

* Wed Sep 24 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org - 0.4.0-0.3.20080912svn
- Add patch to fix libdir on all arches.

* Mon Sep 22 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org - 0.4.0-0.2.20080912svn
- Update changelog
- Fix whitespace issues

* Fri Sep 12 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org - 0.4.0-0.1.20080912svn
- Redid svn checkout and tarball creation process
- Added autoreconfig shebang + autotools deps

* Sat May 31 2008 Nigel Jones <dev at nigelj.com> - 0.4.0-0.1.20080531svn
- Initial RPM based on David Nielsen's work on fedorapeople.org


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/notify-sharp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2008 23:27:18 -0000	1.1
+++ .cvsignore	11 Oct 2008 07:01:14 -0000	1.2
@@ -0,0 +1 @@
+notify-sharp-20080912.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/notify-sharp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2008 23:27:18 -0000	1.1
+++ sources	11 Oct 2008 07:01:14 -0000	1.2
@@ -0,0 +1 @@
+098f3cde158cf26d3efedbfcc19c70dd  notify-sharp-20080912.tar.bz2




More information about the fedora-extras-commits mailing list