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

Sven Lankes slankes at fedoraproject.org
Wed Mar 17 18:32:45 UTC 2010


Author: slankes

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

Modified Files:
	.cvsignore sources 
Added Files:
	detox.spec 
Log Message:
initial import


--- NEW FILE detox.spec ---
Name:		detox
Version:	1.2.0
Release:	2%{?dist}
Summary:	Utility to replace problematic characters in file names

Group:		Applications/File
License:	BSD
URL:		http://detox.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: flex

%description
Detox is a utility designed to clean up file names. It replaces difficult to
work with characters, such as spaces, with standard equivalents. It will also
clean up file names with UTF-8 or Latin-1 (or CP-1252) characters in them.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL='install -p' DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/etc/detoxrc.sample

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_bindir}/%{name}
%{_bindir}/inline-%{name}
%{_datadir}/%{name}
%doc CHANGES LICENSE README
%{_mandir}/man5/detox*
%{_mandir}/man1/detox*

%changelog
* Tue Mar 16 2010 Sven Lankes <sven at lank.es> - 1.2.0-2
- Review fixes

* Sun Feb 28 2010 Sven Lankes <sven at lank.es> - 1.2.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/detox/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Mar 2010 18:26:09 -0000	1.1
+++ .cvsignore	17 Mar 2010 18:32:44 -0000	1.2
@@ -0,0 +1 @@
+detox-1.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/detox/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Mar 2010 18:26:09 -0000	1.1
+++ sources	17 Mar 2010 18:32:44 -0000	1.2
@@ -0,0 +1 @@
+04f1bc8501cd40c21610ea3fee7a6fc5  detox-1.2.0.tar.gz



More information about the scm-commits mailing list