rpms/gnomint/devel gnomint.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Huffman verdurin at fedoraproject.org
Sun Oct 12 18:50:30 UTC 2008


Author: verdurin

Update of /cvs/pkgs/rpms/gnomint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19004/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnomint.spec import.log 
Log Message:


* Sun Oct  12 2008 Adam Huffman <bloch at verdurin.com> - 0.5.4-2
- initial import of accepted package



--- NEW FILE gnomint.spec ---
Name:		gnomint
Version:	0.5.4
Release:	2%{?dist}
Summary:	Graphical x509 Certification Authority management tool

Group:		Applications/System
License:	GPLv3+
URL:		http://gnomint.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gnutls-devel >= 2
BuildRequires:	libgnomeui-devel
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)
BuildRequires:	sqlite-devel >= 3
BuildRequires:	intltool

Requires(pre):	GConf2
Requires(post):	GConf2
Requires(preun):GConf2

%description
Certification Authority management made easy.

gnoMint is a x509 Certification Authority management tool for
GTK/Gnome environments.

%prep
%setup -q


%build
sed -i -e 's|CFLAGS="-Wall -Werror -g "|true|' configure
%configure --disable-schemas-install
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
desktop-file-install --delete-original \
  --remove-category=Application \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%pre
if [ "$1" -gt 1 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	gconftool-2 --makefile-uninstall-rule \
	%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
fi

%preun
if [ "$1" -eq 0 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	gconftool-2 --makefile-uninstall-rule \
	%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
fi

%post
update-mime-database %{_datadir}/mime/ &> /dev/null || :
update-desktop-database %{_datadir}/applications || :
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :

%postun
update-mime-database %{_datadir}/mime/ &> /dev/null || :
update-desktop-database %{_datadir}/applications || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS MAINTAINERS 
%doc ChangeLog
%{_bindir}/%{name}
%{_bindir}/%{name}-upgrade-db
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/%{name}.glade
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/gconf/schemas/%{name}.schemas

%changelog
* Thu Oct  9 2008 Adam Huffman <bloch at verdurin.com> - 0.5.4-2
- ensure correct CFLAGS
- don't call gconf-2 during rpmbuild
- fix scriptlet closures

* Sun Oct  5 2008 Adam Huffman <bloch at verdurin.com> - 0.5.4-1
- new upstream release
- remove compilation fix patch
- add BR for intltool
- remove Application category from .desktop file

* Sun Sep 28 2008 Adam Huffman <bloch at verdurin.com> - 0.5.3-3
- add compilation fix patch

* Tue Sep 23 2008 Adam Huffman <bloch at verdurin.com> - 0.5.3-2
- remove redundant BR
- remove empty/inappropriate doc files
- pre/post/preun Requires
- fix License tag


* Sun Sep 21 2008 Adam Huffman <bloch at verdurin.com> - 0.5.3-1
- initial version



--- NEW FILE import.log ---
gnomint-0_5_4-2_fc10:HEAD:gnomint-0.5.4-2.fc10.src.rpm:1223837241


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnomint/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Oct 2008 02:52:53 -0000	1.1
+++ .cvsignore	12 Oct 2008 18:50:00 -0000	1.2
@@ -0,0 +1 @@
+gnomint-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnomint/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Oct 2008 02:52:53 -0000	1.1
+++ sources	12 Oct 2008 18:50:00 -0000	1.2
@@ -0,0 +1 @@
+58004ade0908c62feb52e37eb661d0f1  gnomint-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list