rpms/paperbox/F-10 import.log, NONE, 1.1 paperbox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gareth John gljohn at fedoraproject.org
Fri Aug 28 17:23:17 UTC 2009


Author: gljohn

Update of /cvs/pkgs/rpms/paperbox/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13126/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log paperbox.spec 
Log Message:
Initial import (#503847).


--- NEW FILE import.log ---
paperbox-0_4_3-2_fc11:F-10:paperbox-0.4.3-2.fc11.src.rpm:1251480048


--- NEW FILE paperbox.spec ---
Name:           paperbox
Version:        0.4.3
Release:        2%{?dist}
Summary:        A GTK tracker based document browser

Group:          Applications/Productivity
License:        GPLv2+
URL:            http://live.gnome.org/PaperBox
Source0:        http://ftp.gnome.org/pub/GNOME/sources/paperbox/0.4/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glibmm24-devel tracker-devel
BuildRequires:  desktop-file-utils goocanvas-devel
BuildRequires:  intltool >= 0.35.0
BuildRequires:  gnome-doc-utils >= 0.3.2
BuildRequires:  gtkmm24-devel >= 2.12.0
BuildRequires:  libglademm24-devel
BuildRequires:  gtkmm-utils-devel dbus-glib-devel
BuildRequires:  boost-devel libgnomeui-devel
Requires:       hicolor-icon-theme



%description
Paperbox is a document browser. It lets you nicely view your ebooks, office
and text documents and organise them by tags. Relying on Tracker, it is able 
to instantly discover all documents on your desktop, and present them in a
convenient way. Tags and other metadata are shared across all Tracker-based
applications.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}
desktop-file-install                                    \
--remove-key Version                                    \
--add-category="Office"                                 \
--remove-category Application                           \
--dir=$RPM_BUILD_ROOT%{_datadir}/applications           \
data/paperbox.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%post
update-desktop-database %{_datadir}/applications
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
update-desktop-database %{_datadir}/applications
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%posttrans
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}


%changelog
* Mon Aug 25 2009 Gareth John <gareth.l.john at googlemail.com> 0.4.3-2
- Removed add-X-Fedora from desktop install
- Used name macro consistently in files. 
- Cleaned up description

* Mon Jun 01 2009 Gareth John <gareth.l.john at googlemail.com> 0.4.3-1
- Added posttrans script
- Removed, remove encoding value from desktop file
- Updated sources to new release (This fixes F11 not compiling problem, will run in mock on F12)
- Tidy licence up to be correct
- Tidy desktop file path up under install
- Added x-fedora category to desktop file


* Mon Jun 01 2009 Gareth John <gareth.l.john at googlemail.com> 0.4.2-3
- removed add app from desktop file

* Mon Jun 01 2009 Gareth John <gareth.l.john at googlemail.com> 0.4.2-2
- tidy brs 

* Mon Jun 01 2009 Gareth John <gareth.l.john at googlemail.com> 0.4.2-1
- Initial spec file
- Need to add gtkmm-utils-devel to BD after test


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/paperbox/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Aug 2009 14:33:27 -0000	1.1
+++ .cvsignore	28 Aug 2009 17:23:16 -0000	1.2
@@ -0,0 +1 @@
+paperbox-0.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/paperbox/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Aug 2009 14:33:27 -0000	1.1
+++ sources	28 Aug 2009 17:23:16 -0000	1.2
@@ -0,0 +1 @@
+7e0d1f31fdeb6ee339cfcfa765fe9f13  paperbox-0.4.3.tar.bz2




More information about the fedora-extras-commits mailing list