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

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Fri Dec 21 05:15:27 UTC 2007


Author: pnemade

Update of /cvs/pkgs/rpms/fontmatrix/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2740/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fontmatrix.spec 
Log Message:
* Fri Dec 21 2007 Parag <pnemade at redhat.com> - 0.3.0-3.r263
- Fixed license tag
- update to new svn checkout
- drop unnecessary BR: qt4-x11

* Tue Dec 18 2007 Parag <pnemade at redhat.com> - 0.3.0-2.r253
- Added BR:cmake

* Mon Dec 17 2007 Parag <pnemade at redhat.com> - 0.3.0-1.r253
- New upstream svn checkout

* Fri Dec 14 2007 Parag <pnemade at redhat.com> - 0.2-14.3.fc8
- Some spec cleanup

* Fri Dec 14 2007 Parag <pnemade at redhat.com> - 0.2-14.2.fc8
- Initial spec for Fedora.




--- NEW FILE fontmatrix.spec ---
%define svnrev 263
Name: fontmatrix
Summary: A fonts manager
Version: 0.3.0
Release: 3.r%{svnrev}%{?dist}
License: GPLv2+
Group: User Interface/X
##### svn checkout HOWTO #####
#####  $ svn export -r %{svnrev} http://svn.gna.org/svn/undertype/trunk/tools/typotek fontmatrix #####
#####  $ mkdir ../fontmatrix-build                                              #####  
#####  $ cd ../fontmatrix-build                                                 ##### 
#####  $ cmake ../fontmatrix                                                    #####  
#####  $ make package_source                                                    ##### 
URL: http://www.fontmatrix.net/
Source: %{name}-%{version}-Source.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel freetype-devel 
BuildRequires: desktop-file-utils cmake

%description
A powerful and well designed fonts manager

%prep
%setup -q -n  %{name}-%{version}-Source

%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
%cmake .

make VERBOSE=1 %{?_smp_mflags}

%check
ctest

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

desktop-file-install --vendor="fedora" --delete-original  \
    --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \
    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%post
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
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING TODO INSTALL
%{_bindir}/fontmatrix
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/fontmatrix.png


%changelog
* Fri Dec 21 2007 Parag <pnemade at redhat.com> - 0.3.0-3.r263
- Fixed license tag
- update to new svn checkout
- drop unnecessary BR: qt4-x11

* Tue Dec 18 2007 Parag <pnemade at redhat.com> - 0.3.0-2.r253
- Added BR:cmake

* Mon Dec 17 2007 Parag <pnemade at redhat.com> - 0.3.0-1.r253
- New upstream svn checkout

* Fri Dec 14 2007 Parag <pnemade at redhat.com> - 0.2-14.3.fc8
- Some spec cleanup

* Fri Dec 14 2007 Parag <pnemade at redhat.com> - 0.2-14.2.fc8
- Initial spec for Fedora.

* Mon Nov 26 2007 <mrdocs at scribus.info> - 0.2-14.1
- Initial upstream spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fontmatrix/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2007 04:42:16 -0000	1.1
+++ .cvsignore	21 Dec 2007 05:14:48 -0000	1.2
@@ -0,0 +1 @@
+fontmatrix-0.3.0-Source.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fontmatrix/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2007 04:42:16 -0000	1.1
+++ sources	21 Dec 2007 05:14:48 -0000	1.2
@@ -0,0 +1 @@
+629bf7edafa120351497cb24cb0ebb7e  fontmatrix-0.3.0-Source.tar.gz




More information about the fedora-extras-commits mailing list