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

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:18:05 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/repoml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6904/devel

Modified Files:
	.cvsignore sources 
Added Files:
	repoml.spec 
Log Message:
auto-import repoml-0.1-1 on branch devel from repoml-0.1-1.src.rpm
Initial import


--- NEW FILE repoml.spec ---
Name:           repoml
Version:        0.1
Release:        1
Summary:        Tools and data for working with RepoML files
Group:          Applications/System
License:        GPL
URL:            http://fedora.ivazquez.net/
Source0:        http://fedora.ivazquez.net/files/repoml-0.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       libxslt
BuildArch:      noarch

%description
Contains:
  - repoml.xsd, an XML Schema for RepoML files
  - repoml.xsl, a stylesheet for converting RepoML files into .repo files
  - repoml2repo, a script that invokes repoml.xsl

%prep
%setup -q

%build
sed -ipath -e s!@@DATADIR@@!%{_datadir}!g repoml2repo

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 0644 repoml.xs? $RPM_BUILD_ROOT%{_datadir}/%{name}
install -D -m 0755 repoml2repo $RPM_BUILD_ROOT%{_bindir}/repoml2repo

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog CREDITS NEWS README TODO
%{_bindir}/*
%{_datadir}/%{name}

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>
- Bump to release 1

* Fri Feb 25 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/repoml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:17:40 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:18:03 -0000	1.2
@@ -0,0 +1 @@
+repoml-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/repoml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:17:40 -0000	1.1
+++ sources	16 Mar 2005 17:18:03 -0000	1.2
@@ -0,0 +1 @@
+609eef9fb8e3fed976c32336a19b3021  repoml-0.1.tar.gz




More information about the fedora-extras-commits mailing list