Bug 1222131

Summary: simple-scan rpm creates directory /usr/@DATADIRNAME@/...
Product: [Fedora] Fedora Reporter: Van de Bugger <van.de.bugger>
Component: simple-scanAssignee: David King <amigadave>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: amigadave, ignatenko, negativo17, projects.rg
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-15 21:07:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Van de Bugger 2015-05-15 20:28:07 UTC
Description of problem:

simple-scan creates directory /usr/@DATADIRNAME@/locale/ and installs a lot of files (looks like simple-scan localization files) to its subdirs. Removing simple-scans deletes all the files, but remains /usr/@DATADIRNAME@/locale/ and many empty directories under it.

Version-Release number of selected component (if applicable):

Fedora 21 x86_64
simple-scan-3.14.3-1.fc21.x86_64.rpm

How reproducible:

Always.

Steps to Reproduce:

# dnf install simple-scan OR yum install simple-scan OR rpm -i simple-scan-3.14.3-1.fc21.x86_64.rpm
$ rpm -ql simple-scan | grep locale

OR 

$ rpm -ql -p simple-scan-3.14.3-1.fc21.x86_64.rpm | grep locale


rpm -ql -p 

Actual results:

/usr/@DATADIRNAME@/locale/af/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/ar/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/ast/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/az/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/bg/LC_MESSAGES/simple-scan.mo
...a lot more files...

Expected results:

/usr/share/locale/af/LC_MESSAGES/simple-scan.mo
/usr/share/locale/ar/LC_MESSAGES/simple-scan.mo
/usr/share/locale/ast/LC_MESSAGES/simple-scan.mo
/usr/share/locale/az/LC_MESSAGES/simple-scan.mo
/usr/share/locale/bg/LC_MESSAGES/simple-scan.mo
...a lot more files...

Comment 1 David King 2015-05-15 21:07:07 UTC
Thanks for the report. This bug was alrady reported, and there was a new upstream release to fix the problem, currently in updates-testing.

*** This bug has been marked as a duplicate of bug 1221448 ***